html,
body,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background: #f4f5f8;
	font-family: tahoma, "microsoft yahei", "\5FAE\8F6F\96C5\9ED1", helvetica neue, arial,
		hiragino sans gb, stheiti, wenquanyi micro hei, sans-serif;
	font-size: 14px;
}

.red {
	color: red;
}

.bold {
	font-weight: bold;
}

.cf:after {
	content: "";
	display: block;
	clear: both;
}

.w {
	max-width: 1400px;
	margin: auto;
}

.ml-1 {
	margin-left: 20px;
}

.mr-1 {
	margin-right: 20px;
}

.mt-1 {
	margin-top: 20px;
}

.mb-1 {
	margin-bottom: 20px;
}

.mt-2 {
	margin-bottom: 40px;
}

.block {
	width: 100%;
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

a {
	color: #6a6a6a;
	text-decoration: none;
}

a:hover {
	color: #ca6309;
}

/* 导航 */
.header {
	background: #ffffff;
	border-bottom: #f5f5f5;

	min-height: 150px;
	width: 100%;
}

.shadow {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.global-width {
	width: 1100px;
	max-width: 100%;
	margin: auto;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* 水平居中 */
	align-items: center;
	/* 垂直居中 */
	/*min-height: 150px;*/
	padding: 50px 10px 40px 10px;
	box-sizing: border-box;
	margin: auto;
}

.head .logo {
	margin-right: 50px;
}

.head .nav {
	margin-right: 50px;
}

.head .nav li {
	float: left;
	margin-right: 25px;
}

.head .nav li a {
	float: left;
	display: block;
	height: 100%;
	padding: 0 10px;
	font-weight: 700;
	color: #6a6a6a;
	transition: all 0.3s linear;
}

.head .nav li a.on {
	font-weight: 700;
}

.head .nav li a:hover {
	color: #e6a23c;
	/* text-shadow: 5px 3px 5px rgba(0, 0, 0, 0.3); */
	transform: scale(1.1);
}

.head .search {
	width: 180px;
}

.head .search .el-input__inner {
	border-radius: 50px;
	background: #e2e2e2;
	border: 1px solid #e5e5e5;
}

.head .search .el-icon-search {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
	cursor: pointer;
}

.head .login {
}

.head .login .login-btn {
	display: block;
	padding: 12px 16px;
	background-image: radial-gradient(#ff7b00 5%, #ff7b00 15%, #ff8d00 60%);
	box-shadow: 0 3px 10px #ff8d00;
	border-radius: 30px;
	color: #ffffff;
	transition: all ease-in-out 0.2s;
}

.head .login .login-btn:hover {
	box-shadow: 0 3px 15px #ff8d00;
}

.header #user {
	margin-left: 20px;
}

.head .el-dropdown-link {
	line-height: 60px;
}

#home-carousel {
	margin: auto;
}

/* banner */
#home-carousel .el-carousel .el-carousel__container {
	border-radius: 18px;
	overflow: hidden;
}

.home-recommend {
	margin: 0 -10px 0 -10px;
	padding: 10px 0 10px 0;
}

.home-recommend .el-col {
	padding: 10px;
}

.home-recommend .el-col img {
	border-radius: 15px;
	transition: all 0.3s linear;
}

.home-recommend .el-col img:hover {
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
	transform: scale(1.02);
}

/* 首页中部 */
.home-item {
	margin-top: 20px;
}

.home-item .item-title {
	overflow: hidden;
	height: 36px;
	line-height: 36px;
}

.home-item .item-title h2 {
	float: left;
}

.home-item .item-title h2 a {
	font-size: 22px;
	color: #101010;
}

.home-item .item-title .more {
	float: right;
}

.home-item .item-title .more a {
	display: block;
	height: 100%;
	background: #151515;
	color: #d0d0d0;
	font-size: 13px;
	border-radius: 20px;
	padding: 0 15px;
}

.home-item .item-title .more a:hover {
	background: #808080;
	color: #ffffff;
}

/* 首页区块 */
.item-box {
	display: flex;
}

.item-box .item-nav {
	padding: 5px;
	margin-right: 20px;
}

.item-box .item-nav dl dt {
	color: #adaeaf;
	line-height: 26px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.item-box .item-nav dl dd {
	font-size: 12px;
	line-height: 26px;
}

.item-box .item-nav dl dd a {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	color: #333333;
	transition: all 0.3s linear;
}

.item-box .item-nav dl dd a:hover {
	color: #ca6309;
	text-shadow: 5px 3px 5px rgba(0, 0, 0, 0.3);
	transform: scale(1.1);
}

.item-box .item-list {
	margin: 0 -8px 0 -8px;
}

.font-box {
	position: relative;
	border-radius: 15px;
	background: #ffffff;
	overflow: hidden;
	margin: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border: 1px solid #ffffff00;
}

.font-box .img {
	position: relative;
	bottom: 0;
	transition: all 0.3s linear;
	height: 100px;
	display: flex;
}

.font-box .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.font-box .txt {
	position: absolute;
	z-index: 1;
	width: 100%;
	transition: all 0.3s linear;
	left: 0;
	bottom: -32px;
	line-height: 32px;
	background: #f5f5f5;
	display: flex;
	justify-content: space-between;
}

.font-box .txt .left {
	display: block;
	float: left;
	padding-left: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.font-box .txt .right {
	display: block;
	float: right;
	padding-right: 15px;
	flex-shrink: 0;
}

.font-box:hover {
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}

.font-box:hover .txt {
	transform: scale(1.02);
	bottom: 0;
}

.font-box:hover .img {
	transform: scale(0.8);
	bottom: 12px;
}

/* ============ 图片 =========== */
.home-card img {
	width: 100%;
	border-radius: 15px;
	transition: all 0.3s linear;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.home-card img:hover {
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
	transform: scale(1.01);
}

/* ============ 专栏文章 =========== */
.blog-list {
	padding: 15px;
	margin-top: 15px;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.blog-list ul li {
	float: left;
	width: 50%;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}

.blog-box {
	padding: 10px 0 20px;
}

.blog-box .title {
	line-height: 42px;
	font-size: 28px;
}

.blog-box .dateline {
	margin: 20px 0 40px;
	font-size: 15px;
}

.blog-box .dateline a {
	color: #009a61;
}

.blog-box .dateline .date {
	padding-left: 20px;
	color: #999;
}

/* ============ 友情链接 =========== */
.friend-link {
	padding: 15px;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.friend-link dt {
	color: #cccccc;
	line-height: 26px;
}

.friend-link dt {
	float: left;
	margin-right: 20px;
}

.friend-link dd a {
	display: inline-block;
	margin-right: 20px;
	line-height: 26px;
}

/* 置顶效果 */
.itemTop:before {
	content: "推荐";
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 10;
	color: #e6a23c;
}
/* 置顶效果 */
.itemRecom:before {
	content: "平台精选";
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 10;
	color: #ffffff;
	background: #e6a23c75;
	padding: 1px 5px;
	border-radius: 10px;
}
.itemRecom {
	border: 1px solid #e6a23c;
}

.itemRecomBlock {
	padding: 10px 0;
	position: relative;
	border-radius: 10px;
	padding-top: 30px;
	margin-top: 30px;
	background: linear-gradient(to right, #eee, #ffffff);
}

.itemRecomBlock::before {
	content: "平台精选";
	font-size: 12px;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 50px;
	height: 20px;
	z-index: 10;
	color: #ffffff;
	background: #e6a23c75;
	padding: 1px 5px;
	border-radius: 10px;
}

/*字体品牌页推荐*/
.brandBanner {
	border-radius: 8px;
	margin-bottom: 15px;
}

.brandBanner .brandBanner-img {
	padding: 10px;
}

.brandBanner .brandBanner-img img {
	width: 100%;
	border-radius: 8px;
}

.brandBanner .brandBanner-intro {
	padding: 10px;
	font-size: 12px;
}

.brandBanner .brandBanner-intro p {
	margin: 5px 0px;
}

/* ============ 网站底部 =========== */
.footer {
	background: #262626;
	color: #636464;
	padding: 50px 0 10px;
	/* margin-top: 20px; */
	line-height: 26px;
	text-align: center;
}

.footer img {
	vertical-align: bottom;
}

.footer dl {
	margin-top: 10px;
}

.footer .foot-contact {
	text-align: left;
}

.footer .foot-contact img {
	height: 22px;
	opacity: 0.7;
	margin-right: 10px;
	border-radius: 3px;
}

.footer .copyright {
	margin-top: 20px;
	text-align: center;
	color: #3b3b3b;
}

.introClass {
	margin-top: 30px;
	border-radius: 20px 20px 0 0;
	box-shadow: 0px -2px 7px 0px #c0c4cc;
}

.introClass .introhead {
	padding: 0px;
	display: flex;
	cursor: pointer;
}

.introClass .introhead p {
	color: #fff;
	margin: 0px;
	flex-grow: 1;
	flex-shrink: 1;
	width: 20%;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	text-align: center;
	transition: all ease-in-out 0.5s;
}

.introClass .introhead p::after {
	content: "";
	height: 0px;
	width: 0px;
	margin: 0 auto;
	transition: width ease-in-out 0.3s;
}

.introClass .introhead p:first-child {
	border-radius: 20px 0px 0px 0px;
}

.introClass .introhead p:last-child {
	border-radius: 0px 20px 0px 0px;
}

.introClass .introhead .select {
	font-weight: bolder;
}

.introClass .introhead .select::after {
	content: "";
	height: 5px;
	border-radius: 5px;
	background: #fff;
	width: 10%;
	margin: 0 auto;
}

.introClass .introdata ul {
	display: none;
	padding: 20px;
	flex-wrap: wrap;
}

.introClass .introdata ul li {
	margin: 10px;
	font-size: 15px;
	border: 1px solid #00bcd4;
	border-radius: 10px;
	padding: 5px 10px;
	transition: all ease-in-out 0.3s;
}

.introClass .introdata ul li a {
	transition: all ease-in-out 0.3s;
	color: #00bcd4;
}

.introClass .introdata ul li a:hover {
	color: #009688;
}

.introClass .introdata ul li:hover {
	border: 1px solid #009688;
}

.introClass .introdata ul.select {
	display: flex;
	flex-wrap: wrap;
}

.search_type {
	padding: 5px 15px;
	background: #ffffff;
	color: #000;
	border-radius: 10px;
	cursor: pointer;
}

.search_type_enable {
	background: #ff9800;
	color: #fff;
}

.searchcs {
	background: #ffffff;
	border: 1px solid #ff9800;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	height: 50px;
	overflow: hidden;
	display: flex;
	flex: 1;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	/*max-width: 70%;*/
	width: 100%;
	margin: auto;
	margin-bottom: 15px;
}

.searchcs .searchIconBac {
	background: #ff9800;
	border-radius: 0 22px 22px 0;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	width: 80px;
	cursor: pointer;
	transition: all ease-in-out 0.1s;
}

.searchcs .searchIconBac:hover {
	font-size: 25px;
}

.searchcs .input {
	margin-top: 5px;
}

.searchcs .input input {
	border-radius: 0px;
	border: none;
}

.tags {
	list-style: none;
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	justify-content: center;
}

.tags li {
	padding-left: 15px;
	padding-right: 15px;
}

#ad1,
#ad2 {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	position: absolute;
	top: -1000px;
	width: 101px;
	height: 422px;
	border: 1px solid red;
	text-align: center;
	z-index: 100;
}

.menudown {
	position: relative;
}

.menudown > a {
	position: relative;
}

.menudown > a:after {
	content: "  ";
	border-color: #70757a transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	width: 0;
	height: 0;
	top: 50%;
	margin-top: -2px;
	position: absolute;
}

.menudown ul {
	width: 160px;
	list-style: none;
	position: absolute;
	top: 20px;
	left: 0px;
	margin-right: 0px;
	z-index: 100;
	background: #fff;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	box-shadow: 0px 3px 4px -2px #00000073;
	padding: 10px 0;
}

.menudown ul li {
	text-align: center;
	float: none !important;
	display: block;
	margin-right: 0px !important;
	padding: 3px 0;
}

.menudownhover:hover ul {
	display: flex;
}

.newlicensebtn {
	margin-left: 10px;
}

.newlicensebtn .el-badge__content {
	right: 50px !important;
}

@media only screen and (max-width: 767px) {
	.menudown {
		position: unset;
	}

	.menudown ul {
		padding: 10px;
		position: absolute;
		width: 100%;
		background: #eee;
		box-sizing: border-box;
	}
}

/* ============ 手机版 =========== */
@media only screen and (max-width: 1200px) {
	.w {
		padding: 0 20px;
	}

	.head {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		min-height: 150px;
		padding: 10px;
		box-sizing: border-box;
		margin: auto;
	}

	.head .search {
		margin: 10px 0 0 0;
	}

	.footer .foot-contact {
		text-align: center;
	}

	.hide-on-mob {
		display: none;
	}

	.head .nav {
		display: flex;
		margin-right: 20px;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

#download_note_by_mob {
	display: none;
}

@media only screen and (max-width: 767px) {
	.head .nav {
		display: flex;
		margin-right: 0px;
		flex-wrap: wrap;
	}
	#fbsm {
		height: 50px;
		overflow: unset;
		text-overflow: unset;
		white-space: inherit;
	}
	#download_note_by_mob {
		margin-top: 10px;
		display: block;
	}

	.home-recommend {
		display: none;
	}
}
